hysop.parameters.scalar_parameter module¶
- class hysop.parameters.scalar_parameter.ScalarParameter(name, **kwds)[source]¶
Bases:
TensorParameter
A scalar parameter is TensorParameter with its shape set to (1,). A parameter is a value that may change as simulation advances.
Initialize a TaggedObject with a tag prefix/postfix/formatter, all optional.